翻訳と辞書
Words near each other
・ Eleme, Ghana
・ Eleme, Mali
・ Eleme, Rivers
・ Elemen, Mengen
・ Elemene
・ Elemeno P
・ Elemeno P (album)
・ Elemeno Pea
・ Elemenope
・ Element
・ Element (category theory)
・ Element (criminal law)
・ Element (mathematics)
・ Element (production team)
・ Element (Tampa)
Element (UML)
・ Element 0
・ Element 14 (company)
・ Element 14 (disambiguation)
・ Element 21 (company)
・ Element 4
・ Element 6
・ Element 79 (anthology)
・ Element 9
・ Element 9 (music)
・ Element Anti-Virus
・ Element Capital Management
・ Element collecting
・ Element distinctness problem
・ Element Eighty


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Element (UML) : ウィキペディア英語版
Element (UML)
In the Unified Modeling Language (UML), an Element is an abstract class with no superclass.〔OMG Unified Modeling Language, Superstructure, Version 2.4.1〕 It is used as the superclass or base class, as known by object oriented programmers, for all the metaclasses in the UML infrastructure library. All other elements in the UML inherit, directly or indirectly from Element. An Element has a derived composition association to itself to support the general capability for elements to own other elements. As such, it has no additional attributes as part of its specification.
== Associations ==

An association describes a set of tuples of typed instances.〔UML 2 Certification Guide, Tim Weilkiens and Bernd Oestereich - ISBN 0-12-373585-8〕
*''ownedComment: Comment()'': An Element may own, or have associated to it, an arbitrary quantity of comments.〔 A comment is sometimes referred to as a note.〔 The asterisk in brackets is the Comment's multiplicity which means that there can be an arbitrary number of comments owned by an Element.
*''/ ownedElement: Element()'': An Element may own an arbitrary quantity of elements.〔 This is called a derived union, symbolized by the forward slash notation. The asterisk in brackets is the Element's multiplicity which means that there can be an arbitrary number of elements owned by an Element.
*''/ owner: Element()'': The Element that owns this element.〔 This is called a derived union, symbolized by the forward slash notation. The () is the owning Element's multiplicity which means that there can only be zero to one owner element.
The Element class belongs to the base package in the UML called the Kernel. This is the package that contains the superclasses that make up the superstructure of the UML.
Subclasses of Element provide semantics appropriate to the concept they represent. The comments for an Element add no semantics but may represent information useful to the reader of the model.〔

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Element (UML)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.